Diskussion:Server/srs20

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen

dumping[Bearbeiten]

cat /usr/local/www/limesurvey/config.php
mysqldump -u root -h localhost -p --all-databases > /usr/local/www/limesurvey/dump.sql

Aktualisierung zum Test[Bearbeiten]

pkg update && pkg upgrade -y

Message from perl5-5.20.3_13:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.