All Templates / Storage
Mongo Plugin Migration
Migrate from a legacy Mongo plugin to a V2 database service
mongo migration
railwayapp-templates/mongo-plugin-migration:latest
Just deployed
Service that will migrate data from a legacy Mongo plugin to a V2 database service.
PLUGIN_URL
: The Mongo URL of the legacy plugin. This is used as the source database.NEW_URL
: The Mongo URL of the V2 database service. This is used as the destination.No data is ever deleted from the plugin. You should delete the plugin manually after confirming that the migration was successful
View the migration script here
If you want to avoid egress charges, you should use the new database service MONGO_PRIVATE_URL
Template Content
mongo migration
ghcr.io/railwayapp-templates/mongo-plugin-migration:latestNEW_URL
The MONGO_URL
of the V2 database service to migrate the data to
PLUGIN_URL
The MONGO_URL
of the plugin to migrate the data from. _Hint: use ${{ MongoPlugin.MONGO_URL }}
Details
Railway Templates
Created on Nov 3, 2023
4 total projects
2 active projects
Storage
More templates in this category