About 144,000 results
Open links in new tab
  1. How can I backup a remote SQL Server database to a local drive?

    Oct 15, 2010 · Of course a BAK file containg the full backup with all data and indizes from a remote SQL Server database can be retrieved on a local system. This can be done with …

  2. Create Sql Server Backup on Local Machine - Stack Overflow

    Jan 25, 2010 · 10 I am using SQL Server Management Studio running on my local machine. I can log on to a remote box (database engine) and use the Studio to create a database backup …

  3. php - General purpose remote data backup and download

    Dec 4, 2012 · 11 I want a PHP based solution to backup database (only data and not code) of a remote server and download the file.

  4. how to mysqldump remote db from local machine - Stack Overflow

    I need to do a mysqldump of a database on a remote server, but the server does not have mysqldump installed. I would like to use the mysqldump on my machine to connect to the …

  5. Copy mysql database from remote server to local computer

    Mar 15, 2013 · I'm under VPN and I don't have SSH access to remote server. I can connect to remote database by console mysql -u username -p -h remote.site.com Now I'm trying to clone …

  6. Copying PostgreSQL database to another server - Stack Overflow

    Aug 6, 2009 · I'm looking to copy a production PostgreSQL database to a development server. What's the quickest, easiest way to go about doing this?

  7. How can I backup a Docker-container with its data-volumes?

    Oct 13, 2014 · This excludes the data volumes. back up docker data volumes To back up a data volume you can run a new container using the volume you want to back up and executing the …

  8. Is there a way to backup/export & import Strapi data

    May 23, 2021 · And there is no export/import content for now. To export your data for example from the local environment to the production you have to handle: content-types - Strapi store …

  9. nosql - MongoDB: how to create a local "full" database backup …

    Jul 5, 2023 · At the moment and without better knowing, I can create a local DB copy of the complete Database (using No-SQL-Booster) and delete all the old data in the remote DB to …

  10. PostgreSQL pgadmin backup - how to copy to file to local folder …

    Apr 30, 2021 · 10 I have taken backup of PostgreSQL database Dev using pgadmin console selecting the database and using backup options. Post successful backup message the …