Migrate from 1.7.0 to 2.1
-
hi,
we are running JS report v 1.7.0 in AWS, which was installed using Docker.
now i have created new AWS Elastic Beanstalk app and installed JSreport 2.1 version using docker file.When i configure existing posgress database connection in the JS report 2.1, it is not showing any of the exitsing reports in the playground, but in database all the old reports exist.
in the AWS elastic beanstalk configuration i have used following keys for database connection.
store_name = (postgres)
store_database
store_host
store_port
store_user
store_passwordis these tags are correct ? also please let us know can we use our existing Licence Key for this.
-
is these tags are correct ?
No.. See the postgres v2 configuration here https://github.com/jsreport/jsreport-postgres-store
You may need to run some sql schema alter afterwards. Maybe it will be easier to export templates in the current version into zip, using jsreport export feature and import it to the new empty database in the new version.
also please let us know can we use our existing Licence Key for this.
Yes. You have active subscription, so you can use any version you wish.