Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mentat Test 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
Mentat Test 3
Commits
02f8d2eb
Commit
02f8d2eb
authored
1 year ago
by
Rajmund Hruška
Browse files
Options
Downloads
Plain Diff
Merge branch 'hruska-bugfix-#7624-precache' into devel
parents
8d1f4125
3d390faf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conf/scripts/sqldb-maintenance.sh
+1
-3
1 addition, 3 deletions
conf/scripts/sqldb-maintenance.sh
with
1 addition
and
3 deletions
conf/scripts/sqldb-maintenance.sh
+
1
−
3
View file @
02f8d2eb
...
@@ -35,7 +35,6 @@ a2ensite site_maintenance.conf
...
@@ -35,7 +35,6 @@ a2ensite site_maintenance.conf
systemctl restart apache2
systemctl restart apache2
mentat-controller.py
--command
disable
mentat-controller.py
--command
disable
mentat-controller.py
--command
stop
mentat-controller.py
--command
stop
systemctl restart postgresql
echo
""
echo
""
...
@@ -69,7 +68,6 @@ echo "| Starting the Mentat system:
...
@@ -69,7 +68,6 @@ echo "| Starting the Mentat system:
echo
"#==============================================================================#"
echo
"#==============================================================================#"
echo
" Current time:
`
date
--rfc-3339
=
second
`
"
echo
" Current time:
`
date
--rfc-3339
=
second
`
"
echo
""
echo
""
systemctl restart postgresql
mentat-controller.py
--command
start
mentat-controller.py
--command
start
mentat-controller.py
--command
enable
mentat-controller.py
--command
enable
a2dismod substitute
a2dismod substitute
...
@@ -87,4 +85,4 @@ echo "#=========================================================================
...
@@ -87,4 +85,4 @@ echo "#=========================================================================
echo
""
echo
""
echo
" Finished database maintenance at:
`
date
--rfc-3339
=
second
`
"
echo
" Finished database maintenance at:
`
date
--rfc-3339
=
second
`
"
echo
" Time elapsed:
$((
$DURATION
/
3600
))
h
$((
$DURATION
/
60
))
m
$((
$DURATION
%
60
))
s"
echo
" Time elapsed:
$((
$DURATION
/
3600
))
h
$((
$DURATION
/
60
))
m
$((
$DURATION
%
60
))
s"
echo
""
echo
""
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment