As Coronium LS uses Mogodb is there anyway to migrate data from Parse to Coronium LS?
The api doesn’t allow you to migrate, parse requires a link to the database
mongodb://user:password@domainname:27017/databasename?ssl=true
I think the mongo config would have to be changed slightly
Also is there a reason Coronium LS uses version 2.49 of mongodb and not the latest stable version of 3.2, some commands are not available on 2.4.9 (e.g. createUser) I think 3.x is required for migration from parse.
Hi,
The reason has to do with the underlying drivers (Lua doesn’t get a lot of love in these areas). I tried to get it working with v3, but it was crash city.
Will revisit it in the near future.
Cheers.
im stuck installing coronium ls on my DigitalOcean droplet
The api doesn’t allow you to migrate, parse requires a link to the database
mongodb://user:password@domainname:27017/databasename?ssl=true
I think the mongo config would have to be changed slightly
Also is there a reason Coronium LS uses version 2.49 of mongodb and not the latest stable version of 3.2, some commands are not available on 2.4.9 (e.g. createUser) I think 3.x is required for migration from parse.
Hi,
The reason has to do with the underlying drivers (Lua doesn’t get a lot of love in these areas). I tried to get it working with v3, but it was crash city.
Will revisit it in the near future.
Cheers.
im stuck installing coronium ls on my DigitalOcean droplet