Turn off internal TestMode

Careful while in live mode, it has the ability to send emails and SMS to customers

Disable all unnecessary tasks before starting the database service

Procedure

  1. Ensure you have stopped the database service

  2. In Heidi edit the database name from r8<DatabaseName> to r9<DatabaseName>

  3. On the machine where the database is stored, navigate to C:\Readysell8\Readysell.Server.<Version you’re changing>\Database.config and change the connection strings to match the renamed database

    <add name="ConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" /> <add name="TestConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" />
  4. On the machine where the database is stored, navigate to C:\Readysell8\Readysell.Win.<Version you’re changing>\Database.config and change the connection strings to match the renamed database

    <add name="ConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" /> <add name="TestConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" />
  5. On the machine running ReadySell, navigate to \Readysell Computer Solutions\Readysell.Win.<Version you’re changing>\Database.config and change the connection strings to match the renamed database

    <add name="ConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" /> <add name="TestConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" />
  6. Disable all unnecessary tasks within ReadySell. Start the database service