dev-master
9999999-dev https://github.com/pulkitjalan/beanstalk-migrateMigrate beanstalk jobs from one server to another
MIT
The Requires
The Development Requires
by Pulkit Jalan
beanstalk transfer migrate
Migrate beanstalk jobs from one server to another
Migrate beanstalk jobs from one server to another., (*2)
Clone this repo and run composer install
, (*3)
Or, (*4)
Run composer global require "pulkitjalan/beanstalk-migrate=dev-master"
and make sure to place the ~/.composer/vendor/bin
directory in your PATH
with this approach, (*5)
To migrate all jobs from one beanstalk server to another:, (*6)
migrate all <source:port> <destination:port>
Source
and Destination
are required, Port
is optional. Port
defaults to 11300
(beanstalks default port)., (*7)
The structure of this package is inspired by the awesome laravel framework., (*8)
Migrate beanstalk jobs from one server to another
MIT
beanstalk transfer migrate