← Back to Admin Home

Dev Tools

Node-based helpers for migrations and maintenance. For full details, open devtools/README.md.

Image Migrator Runner (local UI + server)

Run image-migrator.js without Docker. Start the server, open the UI, and watch logs stream live.

Image Migrator Helper (UI)

Generate the CLI command for the image migrator without typing flags.

Open helper

Image Migrator

Moves image URLs from Postgres to Azure Blob and updates the DB with the new blob URLs.

cd TestFront
npm install pg @azure/storage-blob
DRY_RUN=true SOURCE_DB_URL=<src> TARGET_DB_URL=<dst> BACKEND_BASE=<http://host:port> AZURE_STORAGE_CONNECTION_STRING=<...> node devtools/image-migrator.js