Top "Database-dump" questions

How to restore PostgreSQL dump file into Postgres databases?

I have a dump file with a .SQL extension (in fact it is a plain-text SQL file). I want to …

sql postgresql dump database-restore database-dump
Mongodump from remote server

We recently ported some data over to MongoDB and are now looking into running daily backups, preferably from a cron …

mongodb database-dump
Convert a PostgreSQL dump into a MySQL dump

I have a Postgres dump file and I need to turn it into a MySQL dump so I can create …

mysql database postgresql database-restore database-dump
pg_restore: [archiver] input file is too short error in postgres

I am trying to dump the database in my local system by using the command : pg_restore --host=localhost --port=5432 …

postgresql pg-restore database-dump