Jump to content

point a new processwire deployment to existing db


rohith
 Share

Recommended Posts

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

/**
 * 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?

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...