rohith Posted January 2, 2018 Share Posted January 2, 2018 Hi All, while deploying processwire on a new instance iam trying to give existing processwire db details ,by which existing data is getting deleted.Can you please help me in pointing new deployement to already existing data ?? Thanks, Rohith Link to comment Share on other sites More sharing options...
3fingers Posted January 2, 2018 Share Posted January 2, 2018 /** * Installer: Database Configuration * */ $config->dbHost = 'yourHost'; $config->dbName = 'dbName'; $config->dbUser = 'dbUser'; $config->dbPass = 'dbPass'; $config->dbPort = 'dbPort'; // usually 3306 is the default value I keep You just need to edit your site/config.php with your existing database values...or am I missing something in your question? 1 Link to comment Share on other sites More sharing options...
suntrop Posted January 2, 2018 Share Posted January 2, 2018 5 hours ago, rohith said: by which existing data is getting deleted. What data? Data in your new/old MySQL database or actual files and folders? 1 Link to comment 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