昨天晚上电脑关机重启了下,今早才发现这几天写的博客没有了,附件库这几天存的图片也没有了。
下面是昨天晚上的日志,可以看出是啥问题吗
2021-09-29 11:34:06.643 WARN 7 --- [Timer-0] run.halo.app.cache.AbstractCacheStore : Cache key: [d48ada2a37b44387bebcb7d6a9bcfc27] has been expired
2021-09-29 14:18:55.708 INFO 7 --- [pool-2-thread-12] r.h.a.service.impl.BasePostServiceImpl : Post with id: [35] is a draft and visits will not be updated
2021-09-29 14:29:06.644 WARN 7 --- [Timer-0] run.halo.app.cache.AbstractCacheStore : Cache key: [d6dd6038555542509d6a56e85f079812] has been expired
2021-09-29 20:11:09.086 INFO 7 --- [main] run.halo.app.Application : Starting Application v1.4.12 using Java 11.0.11 on 98ed868a8eae with PID 7 (/application/BOOT-INF/classes started by root in /application)
2021-09-29 20:11:09.094 INFO 7 --- [main] run.halo.app.Application : No active profile set, falling back to default profiles: default
2021-09-29 20:11:12.833 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2021-09-29 20:11:13.178 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 321 ms. Found 22 JPA repository interfaces.
2021-09-29 20:11:15.661 INFO 7 --- [main] org.eclipse.jetty.util.log : Logging initialized @11141ms to org.eclipse.jetty.util.log.Slf4jLog
2021-09-29 20:11:16.317 INFO 7 --- [main] o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 8090
2021-09-29 20:11:16.334 INFO 7 --- [main] org.eclipse.jetty.server.Server : jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 11.0.11+9
2021-09-29 20:11:16.418 INFO 7 --- [main] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext
2021-09-29 20:11:16.419 INFO 7 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7072 ms
2021-09-29 20:11:16.969 INFO 7 --- [main] run.halo.app.config.HaloConfiguration : Halo cache store load impl : [class run.halo.app.cache.InMemoryCacheStore]
2021-09-29 20:11:17.320 INFO 7 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-09-29 20:11:17.999 INFO 7 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-09-29 20:11:19.598 INFO 7 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2021-09-29 20:11:19.787 INFO 7 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.32.Final
2021-09-29 20:11:19.900 INFO 7 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-29 20:11:20.508 INFO 7 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-09-29 20:11:22.796 INFO 7 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-29 20:11:22.844 INFO 7 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-09-29 20:11:24.456 INFO 7 --- [main] org.eclipse.jetty.server.session : DefaultSessionIdManager workerName=node0
2021-09-29 20:11:24.457 INFO 7 --- [main] org.eclipse.jetty.server.session : No SessionScavenger set, using defaults
2021-09-29 20:11:24.460 INFO 7 --- [main] org.eclipse.jetty.server.session : node0 Scavenging every 600000ms
2021-09-29 20:11:24.479 INFO 7 --- [main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@6ea0dfaa{application,/,[file:///tmp/jetty-docbase.8090.17789842900250714025/, jar:file:/application/BOOT-INF/lib/springfox-swagger-ui-3.0.0.jar!/META-INF/resources],AVAILABLE}
2021-09-29 20:11:24.480 INFO 7 --- [main] org.eclipse.jetty.server.Server : Started @19963ms
2021-09-29 20:11:26.229 INFO 7 --- [main] run.halo.app.handler.file.FileHandlers : Registered 9 file handler(s)
2021-09-29 20:11:33.294 INFO 7 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/api/admin/actuator'
2021-09-29 20:11:33.420 INFO 7 --- [main] o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-29 20:11:33.421 INFO 7 --- [main] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2021-09-29 20:11:33.426 INFO 7 --- [main] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms
2021-09-29 20:11:33.462 INFO 7 --- [main] o.e.jetty.server.AbstractConnector : Started ServerConnector@656842bc{HTTP/1.1, (http/1.1)}{0.0.0.0:8090}
2021-09-29 20:11:33.465 INFO 7 --- [main] o.s.b.web.embedded.jetty.JettyWebServer : Jetty started on port(s) 8090 (http/1.1) with context path '/'
2021-09-29 20:11:33.525 INFO 7 --- [main] run.halo.app.Application : Started Application in 26.393 seconds (JVM running for 29.008)
2021-09-29 20:11:33.527 INFO 7 --- [main] run.halo.app.listener.StartedListener : Starting migrate database...
2021-09-29 20:11:33.727 INFO 7 --- [main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 7.5.1 by Redgate
2021-09-29 20:11:33.753 INFO 7 --- [main] o.f.c.i.database.base.DatabaseType : Database: jdbc:h2:file:~/.halo/db/halo (H2 1.4)
2021-09-29 20:11:33.855 INFO 7 --- [main] o.f.c.i.s.JdbcTableSchemaHistory : Repair of failed migration in Schema History table "PUBLIC"."flyway_schema_history" not necessary. No failed migration detected.
2021-09-29 20:11:33.901 INFO 7 --- [main] o.f.core.internal.command.DbRepair : Successfully repaired schema history table "PUBLIC"."flyway_schema_history" (execution time 00:00.084s).
2021-09-29 20:11:33.908 INFO 7 --- [main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 7.5.1 by Redgate
2021-09-29 20:11:33.932 INFO 7 --- [main] o.f.core.internal.command.DbValidate : Successfully validated 4 migrations (execution time 00:00.016s)
2021-09-29 20:11:33.961 INFO 7 --- [main] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": 4
2021-09-29 20:11:33.975 INFO 7 --- [main] o.f.core.internal.command.DbMigrate : Schema "PUBLIC" is up to date. No migration necessary.
2021-09-29 20:11:33.977 INFO 7 --- [main] run.halo.app.listener.StartedListener : Migrate database succeed.