Administration
From C3LearningLabs
Wiki Basic - Create Page - Format Page - Format Text - Format Code - Links - Image - Table - Folder Tree - Menu - Downloads - Project - Administration
- SpecialPages : Administration pages.
Page
- AllPages : View name for all pages in the wiki.
- Duplicator : Duplication a page.
- ComparePages : Compare pages.
Upload files
- Upload file : Upload one single file.
- UploadWizard : Upload files with the wizard.
- File list : View a list of all uploaded files.
- Upload Log : View a log of the uploaded files.
Accounts
- CreateAccount : Create Account.
- ListUsers : ListUsers
- UserRights : User rights management.
- RenameUser : Rename user.
- PasswordReset : Reset password.
Groups
- bureaucrat
- administrator
- interface administrator
- suppressor
- C3Guest
- C3Member
- C3Editor
- C3Developer
- C3Manager
Grants
- ListGrants : List of user grants with their associated access rights.
- ListGroupRights : List of user groups with their associated access rights.
Maintenance Reports
Recent changes
- NewPages : List of newly created pages.
- RecentChanges : List of most recent changes to the wiki.
- Contributions : Contributions made by a specific user.
- Deleted files : Deleted Files.
Missing pages
- WantedPages : List of non-existing pages.
- WantedTemplates : Missing templates.
Uploaded Files
- ListFiles : Shows all uploaded files.
- UnusedFiles : Files that exist but are not embedded in any page.
Old Pages
The following pages are old and should be updated or moved.
Backup and Restore
Backup
mkdir /opt/docker/mediawiki/c3sys/backup/210703; chmod 777 /opt/docker/mediawiki/c3sys/backup/210703
cd /opt/docker/mediawiki/c3sys/backup/210703
- DataBase
docker exec mariadb_db sh -c 'exec mysqldump --default-character-set=binary -u wikiuser -pww8080ww c3wikisys' | gzip -9 > /opt/docker/mediawiki/c3sys/backup/210703/c3wikisys.sql.gz
- Images
sudo docker cp mediawiki_c3sys:/var/www/html/w/images/ /opt/docker/mediawiki/c3sys/backup/210703/images/
Restore
Wiki Basic - Create Page - Format Page - Format Text - Format Code - Links - Image - Table - Folder Tree - Menu - Downloads - Project - Administration