plesk / migration-scripts

The scripts that might be useful in completing various migration-related tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Migration Scripts

This repository contains the scripts that might be useful in completing various migration-related tasks that are not covered by the standard Plesk Migrator usage scenario.

Structure

The repository structure is the following:

├── ...
├── deploy-subscriptions
│   ├── deploy-subscriptions.sh
│   ├── README.md
│   └── ...
├── mng-remote-dbs
│   ├── mng-remote-dbs.sh
│   └── README.md
└── ...

Each script is stored in a separate directory. Shell scripts should have the .sh suffix in the file name. README.md files placed in respective directories contain information about usage of scripts.

Contribution

Feel free to submit pull requests. Please follow best practices.

About

The scripts that might be useful in completing various migration-related tasks

License:Other


Languages

Language:Shell 100.0%