Not the answer I expected.
Nevertheless, I think it may be my fault for not describing the
full context.
I have a database accessed by customers using a Web App (with R/W
permissions) and by general public on a web site ( read only )
Only a subset of the tables and a subset of the records of those tables are public accessible on the web site.
More, the web site doesn't demand real time information: a delay
of one day is acceptable.
For performance reasons, I decided to separate in two servers the application and the web site.
So the strategy would be the following
So my question regards the last point.
I have a web server ( Ubuntu Linux + Apache + php-fpm ), some
persistent connections in read only mode from php-fpm processes to
the database, and I need to do a restore of the reduced database
backup to freshen its content.
This is the context for which I posted the original question.
Thanks
Aldo
Dimitry,
Thanks for your answer.
Aldo