Jump to content

Recommended Posts

Posted

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

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

  • Like 1

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
  • Recently Browsing   0 members

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