Top "Database-restore" questions

restore from pg_basebackup

I made daily backups of a postgresql DB using the command /usr/bin/pg_basebackup -D $outdir -Ft -x -z …

linux postgresql database-restore postgresql-9.5
Difference between .SQL and .DUMP files

When I do a mysqldump operation I get a .SQL file. I have never created a .DUMP file but was …

mysql sql database database-backups database-restore
how to convert Mdf/ldf database files to .bak file (db restore) using T-SQL or .net code

I have sql server database files (Mdf/Ldf) and i want to convert them to backup file using T-SQL commands …

sql-server database-restore mdf ldf