#3673 closed defect (fixed)
Planet generation seems broken
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | Website Management, Bots |
Component: | website | Version: | 2.3.x |
Keywords: | Cc: |
Description
Not sure why. I posted something that should have appeared and didn't.
When I manually ran:
sh /var/www/venus/bin/planet_postgis_update.sh
It found git changes when nothing has been updated for sometime.
remote: Counting objects: 5, done. remote: Compressing objects: 100% (3/3), done. remote: Total 3 (delta 2), reused 0 (delta 0) Unpacking objects: 100% (3/3), done. From https://git.osgeo.org/gogs/postgis/planet 94e87ca..7f8b84c master -> origin/master Updating 94e87ca..7f8b84c Fast-forward planetpostgis.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
So like hasn't been run for sometime.
I looked in the logs, looked like was stuck on swp file. I deleted and reran and I think it's okay now. I'll keep this open for a week or so to confirm.
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Okay found the culprit. The script is not marked as executable and crontab is just calling it as
I changed it to executable with :
but I fear it will just become unexecutable again, so better to change cronjob to explicitly launch