Anthony Monthe

Results 56 comments of Anthony Monthe

Hello @MickaelBergem Thanks for this issue and the proposition. We encountered this problem several time with PostgreSQL and the `DROP` statements. As solution, We plan to make Postgres binary (pg_dump/pg_restore)...

@MickaelBergem thanks for you tests I see you are using the old connector, this PR comes with the new Postgres Binary one which uses pgrestore instead of psql. Could you...

@MickaelBergem, You must configure DBBACKUP_CONNECTORS with `dbbackup.db.postgres.PgDumpBinaryConnector`. Something like: ``` DBBACKUP_CONNECTORS = { 'default': { 'USER': 'backupuser', 'PASSWORD': 'backuppassword', 'HOST': 'backuphost', 'CONNECTOR': 'dbbackup.db.postgres.PgDumpBinaryConnector', } } ```

@mikeschaekermann Did you set any conf ? If you are in dev env, Could you try to delete *.pyc files ?

Hello all, Could you check your backup size ? And check if it could be contained in your tmp directory?

Hi @bittner dbbackup has a simple retention option: `DBBACKUP_CLEANUP_KEEP` and `DBBACKUP_CLEANUP_KEEP_MEDIA` In number of backups If you add the ``--clean`` option to the commands, it will apply this retention by...

Hi @jonathan-s You removed Travis CI, but there were functional tests: https://github.com/django-dbbackup/django-dbbackup/blob/master/dbbackup/tests/functional/test_commands.py Maybe we can add test with M2M and FK, But this is supposed to work with any configured...

@adi- Ok, thank you very much for this debugging and explanation. We'll make improvement from that.