Note:
Do not start the cluster if point in time recovery is required. Instead skip to Point In Time Recovery with Continuous Archiving
Microsoft Windows - Run the following command in a PowerShell terminal (the typical service name is postgresql-<architecture>-<version> but could change if being deployed manually):
net start postgresql-x64-13
Linux - Run the following command in a terminal(the service name in linux is typically postgresql-<version>):
systemctl start postgresql-13