nxr Posted May 21, 2021 Posted May 21, 2021 What problem I am trying to fix? Back office should not be down when front office is down. So I am moving back office to separate server My environment - Prestashop version 1.7.4 - Apache2 - Ubuntu 16.04.7 LTS - EC2 Server - Database Mysql Share this post Link to post Share on other sites More sharing options...
musicmaster Posted May 22, 2021 Posted May 22, 2021 Strange idea. But i guess this is partially possible. Front office and back office use the same database. So this assumes that you have a separate database server. In that case you can install Prestashop normally. Then you install a second shop on your back office server. After installing you change its parameters.php settings to those of the real shop. That way you should be able to do database-only changes and queries. Of course changes that use the file system - like adding pictures - won't work. I never tried this. But as far as I know this could work. Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now