Skip to content

Commit

Permalink
MNT Standardise modules
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 31, 2022
1 parent 8ccd662 commit b0b1d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# SSPak

[![Build Status](https://api.travis-ci.com/silverstripe/sspak.svg?branch=master)](https://travis-ci.com/silverstripe/sspak)
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
[![Code Quality](http://img.shields.io/scrutinizer/g/silverstripe/sspak.svg?style=flat-square)](https://scrutinizer-ci.com/g/silverstripe/sspak)
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

SSPak is a SilverStripe tool for managing database and assets content, for back-up, restoration, or transfer between
SSPak is a Silverstripe tool for managing database and assets content, for back-up, restoration, or transfer between
environments.

## The file format
Expand Down Expand Up @@ -52,14 +50,12 @@ If you prefer not to use the installer, you can download the script and copy it
$> chmod +x sspak.phar
$> sudo mv sspak.phar /usr/local/bin/sspak


## Common Issues

Creating archive disabled by the php.ini setting phar.readonly

Set your phar.readonly setting to false in your php.ini (and php-cli.ini) files.


## Use

All sspak commands take the following general form.
Expand Down Expand Up @@ -134,7 +130,7 @@ If you don't have PKI passwordless log-in into remote servers, you will be asked

## How it works

sspak relies on the SilverStripe executable code to determine database credentials. It does this by using a small script, sspak-sniffer.php, which it uploads to the /tmp folder of any remote servers.
sspak relies on the Silverstripe executable code to determine database credentials. It does this by using a small script, sspak-sniffer.php, which it uploads to the /tmp folder of any remote servers.

This script returns database credentials and the location of the assets path. Once it has that, it will remotely execute mysql, mysqldump and tar commands to archive or restore the content.

Expand Down

0 comments on commit b0b1d2d

Please sign in to comment.