computer:gentoo
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computer:gentoo [2017-11-24 12:55] – old revision restored (2017-08-23 04:07) jenny | computer:gentoo [2023-03-05 14:01] (current) – [PostgreSQL] skrupellos | ||
|---|---|---|---|
| Line 72: | Line 72: | ||
| * Copy config files from ''/ | * Copy config files from ''/ | ||
| * Add '' | * Add '' | ||
| + | |||
| + | === Arch Linux Version === | ||
| + | < | ||
| + | systemctl stop postgresql | ||
| + | systemctl status postgresql | ||
| + | |||
| + | cd / | ||
| + | V=$(cat data/ | ||
| + | mv data data-$V | ||
| + | |||
| + | install -d -o postgres -g postgres -m 700 / | ||
| + | cd tmp | ||
| + | sudo -u postgres -- initdb --locale en_US.UTF-8 --encoding=UTF8 -D ../data | ||
| + | sudo -u postgres -- pg_upgrade -b / | ||
| + | systemctl start postgresql | ||
| + | systemctl status postgresql | ||
| + | sudo -u postgres -- vacuumdb --all --analyze-in-stages | ||
| + | cd .. | ||
| + | rm -R tmp | ||
| + | </ | ||
| ===== Haushalten ===== | ===== Haushalten ===== | ||
| Konfiguration in ''/ | Konfiguration in ''/ | ||
| Line 143: | Line 163: | ||
| # It will NOT be updated and reflects only the | # It will NOT be updated and reflects only the | ||
| # installation profile at installation time. | # installation profile at installation time. | ||
| + | |||
| selected_scheme scheme-custom | selected_scheme scheme-custom | ||
| - | TEXDIR / | + | |
| - | TEXMFCONFIG ~/ | + | TEXDIR |
| - | TEXMFHOME ~/texmf | + | TEXMFSYSCONFIG |
| - | TEXMFLOCAL | + | TEXMFSYSVAR |
| - | TEXMFSYSCONFIG | + | TEXMFLOCAL |
| - | TEXMFSYSVAR | + | |
| - | TEXMFVAR ~/ | + | TEXMFCONFIG |
| + | TEXMFVAR | ||
| + | TEXMFHOME | ||
| + | |||
| binary_x86_64-linux 1 | binary_x86_64-linux 1 | ||
| collection-basic 1 | collection-basic 1 | ||
| Line 176: | Line 201: | ||
| collection-publishers 1 | collection-publishers 1 | ||
| collection-xetex 1 | collection-xetex 1 | ||
| + | |||
| instopt_adjustpath 0 | instopt_adjustpath 0 | ||
| instopt_adjustrepo 1 | instopt_adjustrepo 1 | ||
| Line 181: | Line 207: | ||
| instopt_portable 0 | instopt_portable 0 | ||
| instopt_write18_restricted 1 | instopt_write18_restricted 1 | ||
| + | |||
| tlpdbopt_autobackup 1 | tlpdbopt_autobackup 1 | ||
| tlpdbopt_backupdir tlpkg/ | tlpdbopt_backupdir tlpkg/ | ||
computer/gentoo.1511524543.txt.gz · Last modified: (external edit)
