therat / linode-bundle
Linode API 4
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1|^7.4|^8.0
- ext-json: *
- doctrine/collections: ^1.5
- guzzlehttp/guzzle: ^6.3|^7.0
- phpdocumentor/reflection-docblock: ^4.0|^5.0
- symfony/config: ^4.0|^5.0
- symfony/console: ^4.0|^5.0
- symfony/dependency-injection: ^4.0|^5.0
- symfony/dotenv: ^4.0|^5.0
- symfony/event-dispatcher: ^4.0|^5.0
- symfony/framework-bundle: ^4.0|^5.0
- symfony/http-kernel: ^4.0|^5.0
- symfony/messenger: ^4.0|^5.0
- symfony/property-info: ^4.0|^5.0
- symfony/serializer: ^4.0|^5.0
- symfony/yaml: ^4.0|^5.0
Requires (Dev)
- symfony/var-dumper: ^4.0|^5.0
This package is auto-updated.
Last update: 2024-10-15 14:29:42 UTC
README
Linode API 4
Basic procedure to restore Linode from latest backup of another Linode
bin/console linode:instances:list
- to get linode id which last backup you want to use to create new linodebin/console linode:instances:create-by-last-backup {linode_id}
- creates new linode from the backup, turns off first Linode, swaps IPs between first and second Linodes and turns on second Linode