This topic is locked

Is there a script to create the web reports tables

11/21/2014 9:49:14 AM
PHPRunner General questions
T
timg author

I develop in a test environment and when I move the application to the production server, the web reports tables don't exist there. I then have to export the web reports tables and re-add them to the production environment. Am I missing something really basic or is there a simple way of recreating the tables in the production environment?
Thanks

Tim

Sergey Kornilov admin 11/21/2014

You need to create those tables manually creating the SQL script and then executing it against production database. You can use a tool like Navicat or phpMyAdmin for this purpose. PHPRunner also comes with functionality to generate database script, just make sure you edit this script only leaving tables that start with webreports_. You do not want to re-create other tables on your production server.