An open API service indexing awesome lists of open source software.

https://github.com/itsgitz/proxmox-migration

This is one of my portfolio, PHP script/programs for Proxmox Data Migration.
https://github.com/itsgitz/proxmox-migration

php proxmox-addon proxmox-migration

Last synced: about 1 month ago
JSON representation

This is one of my portfolio, PHP script/programs for Proxmox Data Migration.

Awesome Lists containing this project

README

          

# Proxmox Data Migration Script

This is program/script that created for WHMCS Proxmox Addon Module data migration with PHP. This migrates data from old Proxmox Addon Module version (v2.5) to new module version (v2.7.3).

# What is it?

Old version of Proxmox Addon module and new or current version has difference data table structure, such as difference table name and column name, but has similiar values. So I create this PHP script for auto migration.

# How does this work?

This script will exporting data on old version proxmox tables to CSV file format, then importing these data into new proxmox tables with different table name and column name. This script has two mode, production mode (`prod`) and development mode (`dev`).

# Usage

```shell
# php -q app.php [action, import|export] [mode, dev|prod]
```

# Contributor

Anggit M Ginanjar (anggit.ginanjar@outlook.com)