setting up a staging server
-
I have set up a staging server called stage.researchstudyonline.com. It is running parallel to my real server researchstudyonone.com. So they are two different domains and thus use two different fusionAuth servers. They both use the same mysql RDS database.
I can log into the original one fine. But my userid/password doesn't work on http://stage.researchstudyonline.com:9011. How can fix this? Must I create a separate database for the staging server?
-
I don't know the FA internals but I'm pretty sure that you indeed need to create a DB for the staging environment. I have a similar setup with prod and staging FA instances but with separate databases for both. Works flawlessly
-
Thanks. I set up two databases now instead of just one and having both production and staging share it. But I find when I go into the FA control panel on staging and change things such as paths it changes the paths for both the staging and the production servers.
Where do I specify (for each server) what database should be used?