We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316d1e8 commit 5559c27Copy full SHA for 5559c27
MENU.md
@@ -4,7 +4,7 @@ Use the below to generate the menu.sh file from the site [https://argbash.io/gen
4
5
```
6
#!/bin/bash
7
-# version="1.1.1"
+# version="1.5.0"
8
#
9
# This is an optional arguments-only example of Argbash potential
10
README.md
@@ -1,4 +1,4 @@
1
-# Magento 2 Production DB Sync v1.4.1
+# Magento 2 Production DB Sync v1.5.0
2
3
## About
A script to copy over a production database to another server, also has the ability to copy across imagery.
utils/menu.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-version="1.4.2-dev"
+version="1.5.0"
die()
{
0 commit comments