-
```
Adding an ability to export the project as a SQL dump file[1], possibly in
MySQL's format, would be beneficial.
[1] http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
```
Original issue rep…
-
```
Adding an ability to export the project as a SQL dump file[1], possibly in
MySQL's format, would be beneficial.
[1] http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
```
Original issue rep…
-
```
Adding an ability to export the project as a SQL dump file[1], possibly in
MySQL's format, would be beneficial.
[1] http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
```
Original issue rep…
-
Yes, I've allowed myself to get distracted by Rails 7.1 and sqlite support.
I'm getting small test failures due to 7.1 and have been fixing them in small commits. Now have gotten to `[script/test: …
-
**Loading / Dumping Schema**
A scenario I come across fairly often is the need to drop old migrations. For example, on a large codebase there might be dozens or hundreds of migrations. In these cas…
-
```
What steps will reproduce the problem?
1.changing encoding to latin5 instead of utf8 before running a sql dump
2.it stays utf8 in the first run, I drop the db and re-run
3.than it recognises the l…
-
Hi,
First of all, thanks for this great tool! It is amazing how easy is to manage backups with it.
I has been able to create and sync my first backup but I am getting a SQL file with all the data…
-
The job (s3_fsck_p0) script has been running at customer site for about 48 hours. We have had 3 failures in that time with error messages like the ones below.
```
21/11/09 14:32:54 INFO ContextCl…
-
Hi this looks like a great resource for the network rail data. Is it possible for me to use it for a project please? Is it possible to include the database Schema? Eg as an sql dump with the database …
-
Hi,
i try to anonymize data on dump but when i restore it on my dev environnement i have real data
do i miss something ?
```
source:
connection_uri: $DATABASE_URL
transformers:
- …