pulkitjalan / beanstalk-migrate
This package is abandoned and no longer maintained.
No replacement package was suggested.
Migrate beanstalk jobs from one server to another
dev-master
2015-02-18 06:41 UTC
Requires
- php: >=5.4.0
- illuminate/console: ~4
- illuminate/support: ~4
- pda/pheanstalk: ~3.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2023-05-10 20:04:30 UTC
README
Migrate beanstalk jobs from one server to another.
Installation
Clone this repo and run composer install
Or
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
Basic Usage
To migrate all jobs from one beanstalk server to another:
migrate all <source:port> <destination:port>
Source
and Destination
are required, Port
is optional. Port
defaults to 11300
(beanstalks default port).
Credits
The structure of this package is inspired by the awesome laravel framework.