SugarCRM 734 B

12345678910111213141516171819202122232425
  1. ## SugarCRM
  2. # Ignore custom .htaccess stuff.
  3. /.htaccess
  4. # Ignore the cache directory completely.
  5. # This will break the current behaviour. Which was often leading to
  6. # the misuse of the repository as backup replacement.
  7. # For development the cache directory can be safely ignored and
  8. # therefore it is ignored.
  9. /cache/
  10. # Ignore some files and directories from the custom directory.
  11. /custom/history/
  12. /custom/modulebuilder/
  13. /custom/working/
  14. /custom/modules/*/Ext/
  15. /custom/application/Ext/
  16. # Custom configuration should also be ignored.
  17. /config.php
  18. /config_override.php
  19. # The silent upgrade scripts aren't needed.
  20. /silentUpgrade*.php
  21. # Logs files can safely be ignored.
  22. *.log
  23. # Ignore the new upload directories.
  24. /upload/
  25. /upload_backup/
PANIC: session(release): write data/sessions/8/0/8084e01dd377549e: no space left on device

PANIC

session(release): write data/sessions/8/0/8084e01dd377549e: no space left on device
github.com/go-macaron/session@v0.0.0-20190805070824-1a3cdc6f5659/session.go:199 (0x8b2934)
gopkg.in/macaron.v1@v1.3.9/context.go:79 (0x83d0a0)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80ab07)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80a8a8)
gopkg.in/macaron.v1@v1.3.9/context.go:121 (0x83d1f8)
gopkg.in/macaron.v1@v1.3.9/context.go:112 (0x84fdb5)
gopkg.in/macaron.v1@v1.3.9/recovery.go:161 (0x84fda8)
gopkg.in/macaron.v1@v1.3.9/logger.go:40 (0x840c73)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80ab07)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80a8a8)
gopkg.in/macaron.v1@v1.3.9/context.go:121 (0x83d1f8)
gopkg.in/macaron.v1@v1.3.9/router.go:187 (0x850fc6)
gopkg.in/macaron.v1@v1.3.9/router.go:303 (0x8493e5)
gopkg.in/macaron.v1@v1.3.9/macaron.go:220 (0x841fca)
net/http/server.go:2836 (0x7a79b2)
net/http/server.go:1924 (0x7a341b)
runtime/asm_amd64.s:1373 (0x46f9f0)