NAME
Yancy::Command::backend::copy - Copy data between backends
VERSION
version 1.088
SYNOPSIS
Usage: APPLICATION backend copy DEST_BACKEND SRC_SCHEMA [DEST_SCHEMA]
./myapp.pl backend copy sqlite:prod.db users
./myapp.pl backend copy sqlite:prod.db users new_users
DESCRIPTION
This command copies data from the application's backend to another backend. Use this to set up a new application from an existing application's data, copy data between environments, or migrate data to a different backend.
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.