Diskussion:Server/srs20: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Neuer Abschnitt →dumping) |
(Neuer Abschnitt →Aktualisierung zum Test) |
||
Zeile 3: | Zeile 3: | ||
: cat /usr/local/www/limesurvey/config.php | : cat /usr/local/www/limesurvey/config.php | ||
: mysqldump -u root -h localhost -p --all-databases > /usr/local/www/limesurvey/dump.sql | : mysqldump -u root -h localhost -p --all-databases > /usr/local/www/limesurvey/dump.sql | ||
== Aktualisierung zum Test == | |||
<code>pkg update && pkg upgrade -y</code> | |||
<pre> | |||
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. | |||
</pre> |
Aktuelle Version vom 14. Mai 2016, 06:54 Uhr
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.