(Added log files)
 
(admin guide added)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 3: Zeile 3:
* Frontend <code>/srv/www/obs/api/log/</code>
* Frontend <code>/srv/www/obs/api/log/</code>
* Backend <code>/srv/obs/log/</code>
* Backend <code>/srv/obs/log/</code>
= Update =
Nach einem Paketupdate kann es erforderlich sein, ein Datenbankupdate manuell durchzuführen<pre>sudo RAILS_ENV=production bin/rails db:migrate
sudo RAILS_ENV=production bin/rails data:migrate</pre>
= Links =
[https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.admin.html OBS Administrator guide]

Aktuelle Version vom 24. April 2022, 19:55 Uhr

Logfiles

  • Frontend /srv/www/obs/api/log/
  • Backend /srv/obs/log/

Update

Nach einem Paketupdate kann es erforderlich sein, ein Datenbankupdate manuell durchzuführen

sudo RAILS_ENV=production bin/rails db:migrate
sudo RAILS_ENV=production bin/rails data:migrate

Links

OBS Administrator guide