Skip to content

Make an SQL dump of the Drupal database in order to retrieve the latest database

License

Notifications You must be signed in to change notification settings

eaudeweb/drupal-sql-dump-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Create an SQL dump in the specified location

This GitHub action creates an SQL dump of the database using drush in a specified location. Then you can configure your project to work with heavy-lifter to retrieve the SQL dump and import in your local Drupal website installation.

Usage

steps:

  - uses: eaudeweb/[email protected]
    with:
      ssh_user:           ${{ secrets.TEST_SSH_USER }}
      ssh_host:           ${{ secrets.TEST_SSH_HOST }}
      ssh_key:            ${{ secrets.TEST_SSH_KEY }}
      ssh_user_jumphost:    ${{ secrets.TEST_SSH_USER_JUMPHOST }}
      ssh_host_jumphost:    ${{ secrets.TEST_SSH_HOST_JUMPHOST }}
      sql_dump_file:      /var/www/config/www.example.com/sync/database.sql

About

Make an SQL dump of the Drupal database in order to retrieve the latest database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published