Is it possible to dump the database (the only one of many on the host) while the database and related services are running? At this time, data will continue to be written to the database. It is necessary to transfer the database to another host without using replication (different versions of the database) and at the same time reduce the downtime of services. This scenario is assumed:
- Start backing up data from the working database.
- Wait until most of the backup is complete.
- Disable services and write data to the database (downtime).
- Finish data backup (downtime). It is assumed that we have a complete data dump here.
- Recover data on a new host (downtime).