Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfiosalanitri/ps-db-sync
A simple bash script to import/export a prestashop database to/from prestashop root directory.
https://github.com/alfiosalanitri/ps-db-sync
database prestashop sync
Last synced: 3 days ago
JSON representation
A simple bash script to import/export a prestashop database to/from prestashop root directory.
- Host: GitHub
- URL: https://github.com/alfiosalanitri/ps-db-sync
- Owner: alfiosalanitri
- License: mit
- Created: 2023-05-12T09:14:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-12T09:17:35.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:06:36.179Z (about 2 months ago)
- Topics: database, prestashop, sync
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ps-db-sync
A simple bash script to import/export a prestashop database to/from prestashop root directory.## Installation
- `sudo chmod +x /path/to/ps-db-sync`
- `sudo ln -s /path/to/ps-db-sync /usr/local/bin/ps-db-sync`## Usage
- `cd /to/prestashop/website/directory/`
- `ps-db-sync -e` to export the database to /prestashop/website/directory/dump.sql
- `ps-db-sync -i` to import the database from /prestashop/website/directory/dump.sql (note: the script will export a dump.sql.bkp before importing the database)# Author:
ps-db-sync is written by Alfio Salanitri www.alfiosalanitri.it and are licensed under the terms of the GNU General Public License, version 2 or higher.