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.
- Host: GitHub
- URL: https://github.com/itsgitz/proxmox-migration
- Owner: itsgitz
- Created: 2020-04-21T06:07:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T04:18:11.000Z (over 4 years ago)
- Last Synced: 2025-02-24T09:37:34.487Z (over 1 year ago)
- Topics: php, proxmox-addon, proxmox-migration
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)